'Declaration
Public Overloads Function RemoveRows( _ ByVal rowIndexes() As Integer _ ) As Boolean
public bool RemoveRows( int[] rowIndexes )
Parameters
- rowIndexes
- The row indexes to be removed.
Return Value
True, if the rows were removed
'Declaration
Public Overloads Function RemoveRows( _ ByVal rowIndexes() As Integer _ ) As Boolean
public bool RemoveRows( int[] rowIndexes )